home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Prg / IMAGELIB.ZIP / MIMAGE.ZIP / U_P_SIZE.DFM / U_P_SIZE.txt
Text File  |  1995-07-03  |  3KB  |  153 lines

  1. object Printersize: TPrintersize
  2.   Left = 203
  3.   Top = 117
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 214
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 300
  21.     Height = 161
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 147
  27.     Top = 37
  28.     Width = 9
  29.     Height = 13
  30.     Caption = 'X'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 48
  34.     Top = 16
  35.     Width = 34
  36.     Height = 13
  37.     Caption = 'Width'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 184
  41.     Top = 16
  42.     Width = 38
  43.     Height = 13
  44.     Caption = 'Height'
  45.   end
  46.   object OKBtn: TBitBtn
  47.     Left = 64
  48.     Top = 180
  49.     Width = 77
  50.     Height = 27
  51.     TabOrder = 0
  52.     Kind = bkOK
  53.     Margin = 2
  54.     Spacing = -1
  55.     IsControl = True
  56.   end
  57.   object CancelBtn: TBitBtn
  58.     Left = 164
  59.     Top = 180
  60.     Width = 77
  61.     Height = 27
  62.     TabOrder = 1
  63.     Kind = bkCancel
  64.     Margin = 2
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object WidthSpinEdit: TSpinEdit
  69.     Left = 50
  70.     Top = 32
  71.     Width = 73
  72.     Height = 22
  73.     MaxValue = 0
  74.     MinValue = 0
  75.     TabOrder = 2
  76.     Value = 0
  77.   end
  78.   object HeigthSpinEdit: TSpinEdit
  79.     Left = 184
  80.     Top = 32
  81.     Width = 65
  82.     Height = 22
  83.     MaxValue = 0
  84.     MinValue = 0
  85.     TabOrder = 3
  86.     Value = 0
  87.   end
  88.   object GroupBox1: TGroupBox
  89.     Left = 32
  90.     Top = 72
  91.     Width = 257
  92.     Height = 91
  93.     Caption = 'Size'
  94.     TabOrder = 4
  95.     object RadioButton1: TRadioButton
  96.       Left = 16
  97.       Top = 16
  98.       Width = 90
  99.       Height = 17
  100.       Caption = 'Orginal Size'
  101.       Checked = True
  102.       TabOrder = 0
  103.       TabStop = True
  104.       OnClick = RadioButton1Click
  105.     end
  106.     object RadioButton2: TRadioButton
  107.       Left = 16
  108.       Top = 40
  109.       Width = 90
  110.       Height = 17
  111.       Caption = '2 Times'
  112.       TabOrder = 1
  113.       OnClick = RadioButton2Click
  114.     end
  115.     object RadioButton3: TRadioButton
  116.       Left = 16
  117.       Top = 66
  118.       Width = 80
  119.       Height = 17
  120.       Caption = '3 Times'
  121.       TabOrder = 2
  122.       OnClick = RadioButton3Click
  123.     end
  124.     object RadioButton4: TRadioButton
  125.       Left = 136
  126.       Top = 16
  127.       Width = 113
  128.       Height = 17
  129.       Caption = '4 Times'
  130.       TabOrder = 3
  131.       OnClick = RadioButton4Click
  132.     end
  133.     object RadioButton5: TRadioButton
  134.       Left = 136
  135.       Top = 40
  136.       Width = 113
  137.       Height = 17
  138.       Caption = '5 Times'
  139.       TabOrder = 4
  140.       OnClick = RadioButton5Click
  141.     end
  142.     object RadioButton6: TRadioButton
  143.       Left = 136
  144.       Top = 64
  145.       Width = 113
  146.       Height = 17
  147.       Caption = '6 Times'
  148.       TabOrder = 5
  149.       OnClick = RadioButton6Click
  150.     end
  151.   end
  152. end
  153.